home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / util / misc / InstallerFXSou.lha / Source Release1.10 / Overview.txt < prev    next >
Encoding:
Text File  |  1997-07-29  |  832 b   |  40 lines

  1. Program Overview:
  2. ------------------
  3.  
  4. 1. Read argument
  5.     Get filename and config file.
  6.  
  7. 2.    Get information about screen.
  8.     -ScreenSize.
  9.  
  10. 3. Read config file.    
  11.     get information from prefsfile.
  12.     Calculate cordinates
  13.     Prepare input to Process picture.
  14.  
  15. 4. Copy Picture to t:ia_tempfile
  16.  
  17. 5. Load and place picture for the first Time !
  18.  
  19.     5.1 Get information about picture size.
  20.         *    get info after newdtobject.
  21.         
  22.     open windows with picture size + border size.
  23.     if the picture datatype failt the quit.
  24.     
  25. 6. Load and place picture.
  26.     * Get information about picture size.
  27.     open windows with picture size + border size.
  28.  
  29. 7. Notify wait for picture file.
  30.     
  31.  
  32. 8. Check changes.
  33.     Replace picture or quit program ?
  34.         Check if new config.file exist or not
  35.         if not exist Goto 9. Quit program
  36.         if exist Goto 3. if replace picture
  37.  
  38. 9. Quit program.
  39.  
  40.